home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des... Jeux / La Bible des... Jeux.iso / Les Sharewares / Educatifs / A Panda is for Life... / Musical Panda / Musical Panda.6 / 00144.ls < prev    next >
Encoding:
Text File  |  1995-12-03  |  126 b   |  12 lines

  1. on exitFrame
  2.   if the timer < (3 * 60) then
  3.     go(the frame)
  4.   else
  5.     go("fin")
  6.   end if
  7. end
  8.  
  9. on mouseDown
  10.   go("fin")
  11. end
  12.